home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
UIScript
/
SingGame
/
SPORTBAR.UI
< prev
next >
Wrap
Text File
|
1999-06-14
|
4KB
|
218 lines
"2D\UI\SportBar"
//********************************
// Data Container
//********************************
DataContainer {
Int "SportBarCurrentScreen" {
RadioGroup "SportBar";
InitialValue 0;
};
};
//********************************
// Images
//********************************
Image "SportBarBack" {
Filename "BckBar";
};
Image "PushedSchedule" {
Filename "psched";
};
Image "FocusedSchedule" {
Filename "fsche";
};
Image "ArmedSchedule" {
Filename "asche";
Position [0, 1];
};
Image "PushedAndArmedSchedule" {
Filename "fpsched";
};
Image "FocusedStatistics" {
Filename "fstat";
};
Image "PushedStatistics" {
Filename "pstat";
};
Image "ArmedStatistics" {
Filename "astat";
Position [0, 1];
};
Image "PushedAndArmedStatistics" {
Filename "fpstat";
};
Image "FocusedStandings" {
Filename "fstand";
};
Image "PushedStandings" {
Filename "pstand";
};
Image "ArmedStandings" {
Filename "astand";
Position [0, 1];
};
Image "PushedAndArmedStandings" {
Filename "fpstand";
};
//********************************
// Fonts
//********************************
Font "SportBarEnabled" {
Filename "EnbFnt";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 1;
};
Font "SportBarFocused" {
Filename "Foc_Font";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
Font "SportBarPushed" {
Filename "PFont";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 1;
};
Font "SportBarArmed" {
Filename "A_Font";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
Font "SportBarPushedAndArmed" {
Filename "FPFont";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 1;
};
Font "SingledSportsbarDisabled" {
Filename "disable";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 1;
};
//********************************
// Styles
//********************************
Style "SportBar" {
Image "SportBarBack";
};
ButtonStyle "SportBarScheduleButtonStyle" {
Focused Image "FocusedSchedule";
Pushed Image "PushedSchedule";
Armed Image "ArmedSchedule";
PushedAndArmed Image "PushedAndArmedSchedule";
Enabled Font "SportBarEnabled";
Focused Font "SportBarFocused";
Pushed Font "SportBarPushed";
Armed Font "SportBarArmed";
PushedAndArmed Font "SportBarPushedAndArmed";
};
ButtonStyle "SportBarSimulateButtonStyle" {
Focused Image "FocusedSchedule";
Pushed Image "PushedSchedule";
Armed Image "ArmedSchedule";
PushedAndArmed Image "PushedAndArmedSchedule";
Enabled Font "SportBarEnabled";
Focused Font "SportBarFocused";
Pushed Font "SportBarPushed";
Armed Font "SportBarArmed";
PushedAndArmed Font "SportBarPushedAndArmed";
Disabled Font "SingledSportsbarDisabled";
};
ButtonStyle "SportBarStatisticsButtonStyle" {
Focused Image "FocusedStatistics";
Pushed Image "PushedStatistics";
Armed Image "ArmedStatistics";
PushedAndArmed Image "PushedAndArmedStatistics";
Enabled Font "SportBarEnabled";
Focused Font "SportBarFocused";
Pushed Font "SportBarPushed";
Armed Font "SportBarArmed";
PushedAndArmed Font "SportBarPushedAndArmed";
};
ButtonStyle "SportBarStandingsButtonStyle" {
Focused Image "FocusedStandings";
Pushed Image "PushedStandings";
Armed Image "ArmedStandings";
PushedAndArmed Image "PushedAndArmedStandings";
Enabled Font "SportBarEnabled";
Focused Font "SportBarFocused";
Pushed Font "SportBarPushed";
Armed Font "SportBarArmed";
PushedAndArmed Font "SportBarPushedAndArmed";
};
//********************************
// Buttons
//********************************
CheckButton "SportBarSchedule" {
ButtonStyle "SportBarSimulateButtonStyle";
Position [265, 0];
Disabled;
String "Simulate" {
Justify CenterCenter;
Position [48, 7];
};
};
CheckButton "SportBarStatistics" {
ButtonStyle "SportBarStatisticsButtonStyle";
Position [50, 0];
String "Statistics" {
Justify CenterCenter;
Position [48, 7];
};
};
CheckButton "SportBarStandings" {
ButtonStyle "SportBarStandingsButtonStyle";
Position [157, 0];
String "Standings" {
Justify CenterCenter;
Position [48, 7];
};
};
//********************************
// Groups
//********************************
RadioGroup "SportBar" {
Root;
Style "SportBar";
Position [0, 21];
Children {
CheckButton "SportBarStatistics";
CheckButton "SportBarStandings";
CheckButton "SportBarSchedule";
};
};